uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
public.hstore(text[], text[]) | (Procedure) |
Name | public.hstore(text[], text[]) |
Comment | |
Src |
CREATE FUNCTION public.hstore(text[], text[]) RETURNS hstore AS $BODY$hstore_from_arrays$BODY$ LANGUAGE 'c' IMMUTABLE; |